ul { list-style-type: none; }
/* HTML */ <ul> <li>...</li> </ul> /* CSS */ ul { list-style-type: none; }